projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c4f2f
)
(tabify-regexp): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 24 Nov 2006 16:42:26 +0000
(16:42 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 24 Nov 2006 16:42:26 +0000
(16:42 +0000)
lisp/tabify.el
patch
|
blob
|
history
diff --git
a/lisp/tabify.el
b/lisp/tabify.el
index de37f281eda051d7f3282055a408d46bca0f7d11..9dde60ba3d79be61a42af3c903f58a4b934497e9 100644
(file)
--- a/
lisp/tabify.el
+++ b/
lisp/tabify.el
@@
-52,7
+52,7
@@
The variable `tab-width' controls the spacing of tab stops."
(defvar tabify-regexp " [ \t]+"
"Regexp matching whitespace that tabify should consider.
-Usually this will be \" [ \\t]+\" to match
two or more spaces or tabs
.
+Usually this will be \" [ \\t]+\" to match
a space followed by whitespace
.
\"^\\t* [ \\t]+\" is also useful, for tabifying only initial whitespace.")
;;;###autoload